home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDown
- set gDown to 8
- set the memberNum of sprite 8 to 24
- puppetSound(3, "vol 1")
- updateStage()
- end
-
- on mouseUp
- global gDown, gTestList, gCursor
- if gDown = 8 then
- set gDown to 0
- set the memberNum of sprite 8 to 25
- cursor(4)
- updateStage()
- set gTestList to [510301: [1101, 9, 0.0, 0.0], 510111: [1101, 9, 0.0, 0.0], 520817: [1101, 9, 0.0, 0.0], 520725: [1101, 9, 0.0, 0.0], 520404: [1101, 9, 0.0, 0.0], 530707: [1101, 9, 0.0, 0.0], 530401: [1101, 9, 0.0, 0.0], 530514: [1101, 9, 0.0, 0.0]]
- puppetSound(3, "vol 1")
- repeat while soundBusy(3)
- end repeat
- set gCursor to 1
- go("finishM")
- end if
- end
-